home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / DA / T / Time.cpt / Time Docs (TeachText) next >
Encoding:
Text File  |  1989-12-27  |  4.4 KB  |  84 lines  |  [TEXT/ttxt]

  1. Time Version 1.0
  2. by George T. Talbot
  3. Special thanks to:  Kendall Redburn for really cool artwork!
  4.  
  5. Time came about over a period of a couple of lunch-times when I got
  6. sick of the built-in Alarm Clock DA that comes with the computer.  It
  7. started out as a simple black-and-white analog clock.  After I got that
  8. to work, I said “Gee, I hate the flashing hands.”  What you see now is
  9. the result of getting a little carried away with a lunch-hour project.
  10.  
  11. Instructions:
  12. SETTING THE TIME/DATE:
  13. Time can be set from the Alarm Clock or from Time's own dialog.  To get
  14. to Time's dialog, pick "Settings…" from the Time menu when Time is the 
  15. front-most window or click in the little box on the right. (the one with 
  16. the "T" or "7" in it, I don't know what it is either)  The time is set by
  17. clicking on one of the fields and using the arrows to the right of the 
  18. field to change the number.  The date is set the same way.
  19. NOTE: Time is always in 24-hour mode. (because it was easier to write
  20.           this way, I know I'm lazy.)  
  21.  
  22. SETTING THE ALARM:
  23. IMPORTANT NOTE:  Time's alarm is only active when its window is
  24. visible!  This is because I didn't know how to use the Alarm Clock's
  25. alarm and I had to implement it myself using the Notification Manager.
  26.  
  27. To activate the alarm, click in the Alarm Settings checkbox.  You can
  28. pick the sound from the Sound: popup menu.  This menu will list all
  29. sounds in the system file.  If you want it to display a dialog box with
  30. a message when the alarm goes off, click in the Message checkbox and
  31. type your message in the box below.  Clicking OK will change the alarm
  32. to your new settings.
  33.  
  34. CHANGING THE FACE:
  35. Due to extreme carried-away-ness I added the ability to have different
  36. clock faces, both in black and white and in color.  Time will look in the
  37. System File for resources of type FACE and put their names in its menu.
  38. To select the face you want, pick one of the faces from the menu.
  39. NOTE:  Time will remember the position of its window, all of the alarm
  40.            settings, and its current face when it's closed.  One of the things
  41.            I like to do under MultiFinder is to open Time, put it where I like
  42.            it, and set the face to my favorite face, then switch to Finder
  43.                      (with Time still open) and use Set Startup to open Time every
  44.            time I start up.  This way Time becomes sort of permanent.
  45.  
  46. MAKING YOUR OWN FACES:
  47. To make your own clock face, draw the face in your favorite drawing
  48. program (Kendall Redburn, who drew all of the fancy faces that came 
  49. with it, used Studio/8).  Please be careful to make the new face the
  50. same size as Time's window.  You also should draw the close box and
  51. the settings box in their proper places.  Time will draw the hands and
  52. the markers for the hours itself.
  53.  
  54. After you draw the face, use the selection tool to copy it out.  Make sure
  55. you select an area the same size as the clock face.  Copy your face into
  56. the scrapbook.  After you do that, run ResEdit and open a new file.  Paste
  57. the new face from the scrapbook into ResEdit.  You will now see a
  58. resource of type "PICT".  To be able to use your picture, you will need a
  59. resource of type "FACE" to paste into the system file.  Create a new
  60. FACE resource and use Get Info to give it a name.  To add the picture to 
  61. this resource, open the "PICT" resource by double clicking on your
  62. picture WITH THE OPTION KEY HELD DOWN.  You will see a window full of 
  63. hex numbers.  Go back to the FACE resource and open it.  You will see a
  64. blank window with "0000:" on the first line.  Go to the PICT resource
  65. and select all of the hex numbers and copy them into the FACE resource.
  66. You've just made your FACE resource.  To get it to appear in the Time
  67. menu, copy it into the System file and restart.
  68.  
  69. I'm releasing Time as shareware, if you like it, send ten bucks, or a bug
  70. report or a six-pack of Guiness Stout (BeerWare!  Now we'll see just how many people took Scott Watson seriously!) to:
  71.      George T. Talbot
  72.      24 Judy Avenue
  73.      Franklinville, NJ  08322
  74.  
  75. If you want the source code (In Think C 4.0), send twenty-five, or a
  76. CASE of Guiness to the same address.
  77.  
  78. NOTE:  I'm kidding about the BeerWare bit.  I think it's illegal to
  79.            transport that sort of thing across state lines.  I would
  80.            appreciate you guys honoring the shareware fee, though.  I would
  81.            like to see how many people like this sort of thing (so I could
  82.            maybe write more) and, of course, ten bucks can really help a
  83.            starving college student!
  84.